projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1af72ea
)
testsuite: Pass GDK_DEBUG=default-settings to css tests
author
Matthias Clasen
<mclasen@redhat.com>
Wed, 3 Feb 2021 16:56:43 +0000
(11:56 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 4 Feb 2021 03:10:13 +0000
(22:10 -0500)
Otherwise, settings might creep in and change css defaults.
testsuite/css/meson.build
patch
|
blob
|
history
diff --git
a/testsuite/css/meson.build
b/testsuite/css/meson.build
index f8d13fe548fd61cdd3d48fcb52f6115074ea363f..cd35ced891e8bb493a7ac0af1df2831003f357e7 100644
(file)
--- a/
testsuite/css/meson.build
+++ b/
testsuite/css/meson.build
@@
-6,6
+6,7
@@
csstest_env.set('G_TEST_BUILDDIR', meson.current_build_dir())
csstest_env.set('GIO_USE_VFS', 'local')
csstest_env.set('GSETTINGS_BACKEND', 'memory')
csstest_env.set('G_ENABLE_DIAGNOSTIC', '0')
+csstest_env.set('GDK_DEBUG', 'default-settings')
subdir('parser')
subdir('nodes')